func runtime.traceback

12 uses

	runtime (current package)
		mprof.go#L865: 			traceback(pc, sp, 0, gp)
		mprof.go#L899: 			traceback(pc, sp, 0, gp)
		mprof.go#L903: 		traceback(^uintptr(0), ^uintptr(0), 0, gp.m.curg)
		mprof.go#L919: 		traceback(pc, sp, 0, gp)
		panic.go#L1185: 			traceback(pc, sp, 0, gp)
		panic.go#L1188: 			traceback(pc, sp, 0, gp)
		signal_unix.go#L750: 			traceback(^uintptr(0), ^uintptr(0), 0, _g_.m.curg)
		stack.go#L969: 		traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
		stack.go#L992: 		traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
		traceback.go#L781: func traceback(pc, sp, lr uintptr, gp *g) {
		traceback.go#L1027: 		traceback(^uintptr(0), ^uintptr(0), 0, curgp)
		traceback.go#L1051: 			traceback(^uintptr(0), ^uintptr(0), 0, gp)